CommonEvent 9111
Name = "中央タルタロスワープ"

  999([0])
  PlaySE(["RPG::SE(@name=\"Heal7\", @pitch=100, @volume=80)"])
  FlashScreen(["Color(@red=255.0, @green=255.0, @blue=255.0, @alpha=255.0)", 30, true])
  RecoverAll([0, 0])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["The party's HP and MP have been fully recovered!"])
  Wait([30])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["Where do you want to warp to?"])
  Script(["ex_choice_add(\"First layer\",1)"])
  ScriptMore(["ex_choice_add(\"5th layer\",2,\"v[1377] >= 1\",0)"])
  ScriptMore(["ex_choice_add(\"9th layer\",3,\"v[1377] >= 2\",0)"])
  ScriptMore(["ex_choice_add(\"Stop\",4)"])
  Script(["ex_choice_show(0,11,[0,0])"])
  ConditionalBranch([1, 9, 0, 1, 0])
    PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 447, 12, 6, 2, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 9, 0, 2, 0])
    PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 450, 30, 51, 2, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 9, 0, 3, 0])
    PlaySE(["RPG::SE(@name=\"Magic2\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 454, 31, 42, 2, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
